net/http.http2clientStream.abortErr (field)
9 uses
net/http (current package)
h2_bundle.go#L7715: abortErr error // set if abort is closed
h2_bundle.go#L7768: cs.abortErr = err
h2_bundle.go#L8701: return nil, cs.abortErr
h2_bundle.go#L8820: err = cs.abortErr
h2_bundle.go#L8866: return cs.abortErr
h2_bundle.go#L8885: return cs.abortErr
h2_bundle.go#L9061: return cs.abortErr
h2_bundle.go#L9254: err = cs.abortErr
h2_bundle.go#L9301: return 0, cs.abortErr
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |